﻿/* 2010-Responsive-Design-Toolkit-User-Guide.docx Customizing Your New Site Step*/
body{
	background-color: #5a7a64; 
}
 
.headerBgImg {
background-image: url(../img/agencyHeaderBg-generic.jpg); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
}
.headerBgImgSlim {
background-image: url(../img/agencyHeaderBg-generic_slim.jpg); /****CHANGE HEADER BACKGROUND IMAGE HERE*****/
background-repeat: no-repeat;
background-position: top center;
background-size: 100%;
}

#mdgov_enterpriseNavigation {
z-index: 10;
width: 100%;
clear: both;
background-color: #000000; /****NAV LIST BACKGROUND COLOR*****/
}
#mdgov_TopSliverBar {
width: 100%;
z-index: 1000;
min-height: 33px;
background-color: #000;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #5a7a64; /*******TOP BANNER SLICE COLOR CHANGE HERE*****/
font-size: 80%;
}
#footer_block {
background-color: #000;
border-top: 4px #5a7a64 solid; /******FOOTER COLOR CHANGE HERE******/
width: 100%;
color: #fff;
}
#mdgov_mobileNavButton a {
position: absolute;
left: 0;
height: 21px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 2px #000;
text-decoration: none;
background-color: #5a7a64;
text-align: left;
font-size: 165% !important;
width: 100%;
text-indent: 1.5%;
padding: 6px 0;
border-bottom: 4px solid #000;
}

#buttonLink {
	margin:0 auto;
}
#buttonLink p{
	background-color: #5a7a64;
	border-radius:25px;
	list-style-type: none;
	max-width: 300px;
	line-height: 2em;
	text-align: center;
	color: #ffffff;
}

#buttonLink a, #buttonLink a:visited{color: #ffffff; text-decoration: none;}
#docHead{
	background-color:#ccc;	
	color: #000000;
	padding: 5px;
}

.ms-vb, .ms-vb2, .ms-vb-user, .ms-WPBody{
font-size: 12px !important;
line-height: 14px !important;
}

.ms-vb a, .ms-vb2 a{
	font-size: 12px !important;
	line-height: 14px !important;	
}

#secondary_right_col{
	padding-bottom: 0px !important;
}

@media (max-width:979px)
{
#mdgov_enterpriseNavigation ul li a.level0 {
border-radius: 0;
background-color: #585858;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}}

@media (max-width:979px)
{
#mdgov_enterpriseNavigation nav ul li#current a.level0, #mdgov_enterpriseNavigation nav ul li:hover a.level0  {
border-radius: 0;
background-color: #5a7a64;
border-bottom: 1px solid #333;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}}

/********************Start of Grants State and Foundation CSS Pagination********************/
/* Paginate */
.paging_full_numbers {
padding-top:10px
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 4px 7px 4px 7px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
color: #333 !important;
}
/* normal */
.paging_full_numbers a.paginate_button {
background-color: #f8f8f8;
}
/* hover */
.paging_full_numbers a.paginate_button:hover {
background-color: #fff;
text-decoration: none !important;
}
/* selected */
.paging_full_numbers a.paginate_active {
background-color: #eaebec;
}
/* Paginate */
.dataTables_paginate {
float: right;
text-align: right;
}
/* Search Box */
.dataTables_filter label{font-weight: bold; padding-right: 5px;}

/* Search */
/*
.dataTables_filter {
margin-bottom:20px
}*/
.dataTables_filter input {
border: 1px solid rgb(169, 169, 169);
width: 300px;
height: 29px;
font-size: 16px;
padding: 4px;
margin-left: 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.dataTables_filter dataTables_filter input:focus { 
outline: none;
border: 1px solid #7bc1f7;
box-shadow: 0px 0px 8px #7bc1f7;
-moz-box-shadow: 0px 0px 8px #7bc1f7;
-webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
/****************end***************************/
